plaintext redundance - определение. Что такое plaintext redundance
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое plaintext redundance - определение

Plaintext-awareness; Plaintext aware; Plaintext awareness
Найдено результатов: 22
Plaintext-aware encryption         
Plaintext-awareness is a notion of security for public-key encryption. A cryptosystem is plaintext-aware if it is difficult for any efficient algorithm to come up with a valid ciphertext without being aware of the corresponding plaintext.
Plaintext Players         
The Plaintext Players were an online performance group founded by Antoinette LaFarge in 1994. Consisting mainly of artists and writers, they engaged in improvisational cyberformance on MOOs and later branched out into mixed reality performance, working with stage actors.
Chosen-plaintext attack         
CRYPTANALYTIC ATTACK MODEL IN WHICH THE ATTACKER CAN OBTAIN THE CIPHERTEXTS FOR ARBITRARY PLAINTEXTS
Chosen plaintext; Chosen-text attack; Chosen-plaintext; Adaptive chosen-plaintext attack; Adaptive chosen plaintext attack; Chosen plaintext attack; Chosen plaintexts; Plaintext injection; Known-plaintext injection; Known plaintext injection
A chosen-plaintext attack (CPA) is an attack model for cryptanalysis which presumes that the attacker can obtain the ciphertexts for arbitrary plaintexts.Ross Anderson, Security Engineering: A Guide to Building Dependable Distributed Systems.
Known-plaintext attack         
CRYPTANALYTIC ATTACK MODEL WHERE THE ATTACKER HAS ACCESS TO BOTH THE PLAINTEXT AND ITS ENCRYPTED VERSION
Known plaintext attack; Known plaintext; Crib (cryptanalysis); Known-plaintext; Known plaintexts; Known plain-text attack; Cryptographic crib
The known-plaintext attack (KPA) is an attack model for cryptanalysis where the attacker has access to both the plaintext (called a crib), and its encrypted version (ciphertext). These can be used to reveal further secret information such as secret keys and code books.
en clair         
UNENCRYPTED INFORMATION, AS OPPOSED TO INFORMATION ENCRYPTED FOR STORAGE OR TRANSMISSION; USUALLY MEANS UNENCRYPTED INFORMATION PENDING INPUT INTO CRYPTOGRAPHIC ALGORITHMS
Clear message; Cleartext; In clear; Clear text; Unencrypted; En clair
[?en clair'kl?:]
¦ adjective & adverb in ordinary language, rather than in code or cipher.
Origin
Fr., lit. 'in clear'.
in clear         
UNENCRYPTED INFORMATION, AS OPPOSED TO INFORMATION ENCRYPTED FOR STORAGE OR TRANSMISSION; USUALLY MEANS UNENCRYPTED INFORMATION PENDING INPUT INTO CRYPTOGRAPHIC ALGORITHMS
Clear message; Cleartext; In clear; Clear text; Unencrypted; En clair
not in code.
Plaintext         
UNENCRYPTED INFORMATION, AS OPPOSED TO INFORMATION ENCRYPTED FOR STORAGE OR TRANSMISSION; USUALLY MEANS UNENCRYPTED INFORMATION PENDING INPUT INTO CRYPTOGRAPHIC ALGORITHMS
Clear message; Cleartext; In clear; Clear text; Unencrypted; En clair
In cryptography, plaintext usually means unencrypted information pending input into cryptographic algorithms, usually encryption algorithms. This usually refers to data that is transmitted or stored unencrypted.
plaintext         
UNENCRYPTED INFORMATION, AS OPPOSED TO INFORMATION ENCRYPTED FOR STORAGE OR TRANSMISSION; USUALLY MEANS UNENCRYPTED INFORMATION PENDING INPUT INTO CRYPTOGRAPHIC ALGORITHMS
Clear message; Cleartext; In clear; Clear text; Unencrypted; En clair
<cryptography> A message before encryption or after decryption, i.e. in its usual form which anyone can read, as opposed to its encrypted form ("ciphertext"). (1995-05-10)
redundancy         
WIKIMEDIA DISAMBIGUATION PAGE
Redundant; Redundancies; Redundancy (computing); Redundance; Redundancy (disambiguation)
(redundancies)
1.
When there are redundancies, an organization tells some of its employees to leave because their jobs are no longer necessary or because the organization can no longer afford to pay them. (BRIT BUSINESS; in AM, use dismissals
, layoffs
)
The ministry has said it hopes to avoid compulsory redundancies.
N-COUNT: usu pl
2.
Redundancy means being made redundant. (BUSINESS)
Thousands of bank employees are facing redundancy as their employers cut costs...
N-UNCOUNT
redundant         
WIKIMEDIA DISAMBIGUATION PAGE
Redundant; Redundancies; Redundancy (computing); Redundance; Redundancy (disambiguation)
a.
1.
Excessive, superabundant, exuberant, superfluous, overflowing, plentiful, copious.
2.
Diffuse.

Википедия

Plaintext-aware encryption

Plaintext-awareness is a notion of security for public-key encryption. A cryptosystem is plaintext-aware if it is difficult for any efficient algorithm to come up with a valid ciphertext without being aware of the corresponding plaintext.

From a lay point of view, this is a strange property. Normally, a ciphertext is computed by encrypting a plaintext. If a ciphertext is created this way, its creator would be aware, in some sense, of the plaintext. However, many cryptosystems are not plaintext-aware. As an example, consider the RSA cryptosystem without padding. In the RSA cryptosystem, plaintexts and ciphertexts are both values modulo N (the modulus). Therefore, RSA is not plaintext aware: one way of generating a ciphertext without knowing the plaintext is to simply choose a random number modulo N.

In fact, plaintext-awareness is a very strong property. Any cryptosystem that is semantically secure and is plaintext-aware is actually secure against a chosen-ciphertext attack, since any adversary that chooses ciphertexts would already know the plaintexts associated with them.